adTempus API
|
Gets or sets the item with the specified index.
HRESULT Item(VARIANT index, [out, retval] BSTR* pVal);
Item(VARIANT index, [out, retval] BSTR pVal);
Sub Item(index As VARIANT, pVal As [out, retval] BSTR)
Parameters |
Description |
VARIANT index |
The numeric ordinal, or the key to retrieve. |
[out, retval] BSTR* pVal |
The value. |
adTempus API Reference version 3.0.0.0, revised 10/30/2008
|